home *** CD-ROM | disk | FTP | other *** search
/ Swimwear Illustrated / Swimwear Illustrated.iso / mac / MAIN8 / KAREN8.DIR / 00063_Script_63 < prev    next >
Text File  |  1996-02-22  |  185b  |  11 lines

  1. on mousedown
  2.   if the mousedown then
  3.     
  4.     set the castnum of sprite 6 to 36
  5.     updatestage
  6.     repeat while the stilldown
  7.     end repeat
  8.     delay 100
  9.   end if
  10.   quit
  11. end